home *** CD-ROM | disk | FTP | other *** search
/ Grand Slam 3 / Grand Slam 3.iso / 004 / bre0979.arj / BREDATA.EXE / DOCS / RESOURCE.DOC < prev    next >
Text File  |  1995-07-14  |  14KB  |  285 lines

  1. Barren Realms Elite RESOURCE.DAT help file -------- Last Updated: Recently
  2.  
  3. What is RESOURCE.DAT?  RESOURCE.DAT is a file which can be used in replacement
  4. of many of the standard command line parameters, as well as for extended
  5. features.  Command Line parameters WILL override any RESOURCE.DAT settings.
  6.  
  7. Note:  The RESOURCE.DAT file should be in your main BRE directory.
  8.  
  9. The Format of the RESOURCE.DAT file is:
  10. item setting
  11. item setting
  12. ...
  13.  
  14. Where item refers to the config option such as "LockedBaud" and setting
  15. refers to the parameter such as "19200".  If any strings with multiple
  16. words are used, they must be enclosed in double quotes("hello all").  Valid
  17. Boolean Values include:
  18. FALSE        TRUE
  19. OFF          ON
  20. 0            1
  21. F            T
  22. NO           YES
  23.  
  24. Any of these may be used for any boolean flags on parameters.
  25.  
  26. Comments in the file are used by including a ; at the beginning of the line.
  27. ; This line is a comment.
  28.  
  29. ----------------------------------------------------------------------------
  30. BIOS : Boolean                  DEFAULT: FALSE
  31.   If you're having problems with multitasking due to screen bleeding or
  32.   other problems, turn this option to true.
  33. ----------------------------------------------------------------------------
  34.  
  35. ----------------------------------------------------------------------------
  36. LockedBaud : Number             DEFAULT: 0
  37.   If you use a Locked Baud rate, set this value to the locked baud rate,
  38.   otherwise, this option is unnecessary.  Value of 0 is treated as no locked
  39.   baud also.
  40. ----------------------------------------------------------------------------
  41.  
  42. ----------------------------------------------------------------------------
  43. ComN : Comport Description      DEFAULT: none
  44.     You can set COM1 - COM8's parameters (base address and IRQ level) with
  45.     these resources.  For example,
  46.         Com5          $3E8,5
  47.     would set up COM5 to run on IRQ 5 at base address hex 3E8.  Be sure
  48.     not to put a space before or after the comma.
  49. ----------------------------------------------------------------------------
  50.  
  51. ---------------------------------------------------------------------------
  52. Fossil : Boolean               DEFAULT: FALSE
  53.   The Fossil option allows you to disable the fossil driver com routines.
  54.   BRE will automatically detect whether you have a fossil driver and will
  55.   use it if it exists.  Disabling this will use the internal com routines
  56.   used in previous versions.  These will also be used if a fossil driver
  57.   is not available.
  58. ---------------------------------------------------------------------------
  59.  
  60. ----------------------------------------------------------------------------
  61. Local : Boolean                 DEFAULT: FALSE
  62.   If you wish to force local play at all times, set this to TRUE.
  63. ----------------------------------------------------------------------------
  64.  
  65. ----------------------------------------------------------------------------
  66. Multitasker : String            DEFAULT: "DETECT"
  67.   This option will allow you to override the default BRE multitasking
  68.   setting.  By default, BRE will automatically attempt to figure out what
  69.   multitasking program you are running.  The following options will
  70.   set BRE to use timeslicing for the given multitaskers:
  71.     "NONE"       - No Multitasker
  72.     "OS2"        - For OS/2
  73.     "WINDOWS"    - For Windows
  74.     "DESQVIEW"   - For DESQview
  75. ----------------------------------------------------------------------------
  76.  
  77. ---------------------------------------------------------------------------
  78. ReconUpdate : Integer          DEFAULT: 7
  79. OldestRecon : Integer          DEFAULT: 5
  80.  
  81. By default, BRE will look for all recons 5 days old, every 7 days, and
  82. send requests for updates from those BBS's.  The "7" can be changed if you
  83. want reconning more or less often (monetary considerations) by the
  84. ReconUpdate option.  The "5" can be changed if you want reconning more or less
  85. often (monetary considerations) through the OldestRecon option.
  86. ---------------------------------------------------------------------------
  87.  
  88. ---------------------------------------------------------------------------
  89. TimingCheck : Integer          DEFAULT: 5
  90.  
  91. Every [TimingCheck] days, BRE will request information from all BBSes to
  92. determine the total turn-around time to any BBS.  This information can be
  93. viewed through the IP Menu.
  94. ---------------------------------------------------------------------------
  95.  
  96. ----------------------------------------------------------------------------
  97. FoodMarketName : String         DEFAULT: "The Planetary Food Market"
  98.   This flag allows you to set the Food Market name.  You can also do this
  99.   through "BRE EDIT".  Having it set in this file will override the setting
  100.   from BRE EDIT.
  101. ----------------------------------------------------------------------------
  102.  
  103. ----------------------------------------------------------------------------
  104. BankName : String               DEFAULT: "The Planetary Bank"
  105.   This flag allows you to set the Bank name.
  106. ----------------------------------------------------------------------------
  107.  
  108. ----------------------------------------------------------------------------
  109. GameName : String               DEFAULT: "Barren Realms Elite"
  110.   This can be used to change the title of the game on the status bar.  This
  111.   is useful if you are running multiple games and would like to know which
  112.   one the user is currently in.
  113. ----------------------------------------------------------------------------
  114.  
  115. ----------------------------------------------------------------------------
  116. PurgeNetmail : Boolean          DEFAULT: FALSE
  117.   This function will scan your Netmail directory removing all "extraneous"
  118.   netmail left by the BRE Game from other systems when running BRE INBOUND
  119.   or BRE PLANETARY.  This feature should remove the need to delete all your
  120.   BRE mail manually.
  121. ----------------------------------------------------------------------------
  122.  
  123. ----------------------------------------------------------------------------
  124. Leader : String                DEFAULT: Emperor Reko
  125.   This option allows you to set the current ruler of your planet.  As the
  126.   king was overthrown in recent history, a new leader has taken command and
  127.   his/her name is configurable.
  128. ----------------------------------------------------------------------------
  129.  
  130. ---------------------------------------------------------------------------
  131. PirateNameX : String           DEFAULT: (special)
  132. PirateColorX : Integer         DEFAULT: (special)
  133.  
  134.   These options can be used to modify the pirate names & their colors.
  135.   Use the following format:
  136.  
  137.   PirateName5 "Sharky Guys"
  138.   PirateColor5 10
  139.  
  140.   To make Pirate #5 be the Sharky Guys and be Light Green.
  141. ---------------------------------------------------------------------------
  142.  
  143. ----------------------------------------------------------------------------
  144. AnsiScores : String             DEFAULT: "BULLETIN\SCORES.ANS"
  145. AsciiScores : String            DEFAULT: "BULLETIN\SCORES.TXT"
  146.   This can be used to change the default ANSI/ASCII paths and file names of
  147.   the Scores Files created by BRE if SCORES is on or "BRE SCORES" is run.
  148.   To not create one or the other, leave the string BLANK.
  149. ----------------------------------------------------------------------------
  150.  
  151. ----------------------------------------------------------------------------
  152. ExternalScoresAnsix : String    DEFAULT: (special)
  153. ExternalScoresAsciix : String   DEFAULT: (special)
  154. ExternalScoresNamex : String    DEFAULT: (special)
  155.  
  156.   The above parameters [where x represents a number 1-9] are used to define
  157.   external scores files (or bulletins or anything else) which can be viewed
  158.   through the Inter-BBS Scores option in the System Menu.  Up to 9 of these
  159.   may be defined.  These 9 scores files default to 9 of the 11 files created
  160.   by BRSCORES.EXE:
  161.  
  162.   ExternalScoresName1     "Top BBSes (Regions)"
  163.   ExternalScoresName2     "Top BBSes (Networth)"
  164.   ExternalScoresName3     "Top BBSes (Regions/Player)"
  165.   ExternalScoresName4     "Top BBSes (Networth/Player)"
  166.   ExternalScoresName5     "Top Players (Score)"
  167.   ExternalScoresName6     "Top Players (Score/Player)"
  168.   ExternalScoresName7     "Top Players (NetWorth)"
  169.   ExternalScoresName8     "Top Players (NetWorth/Region)"
  170.   ExternalScoresName9     "Top Players (Regions)"
  171. ----------------------------------------------------------------------------
  172.  
  173. ----------------------------------------------------------------------------
  174. TodayNewsAnsi : String          DEFAULT: "BULLETIN\TDYNEWS.ANS"
  175. YesterdayNewsAnsi : String      DEFAULT: "BULLETIN\YESNEWS.ANS"
  176. TodayNewsAscii : String         DEFAULT: "BULLETIN\TDYNEWS.TXT"
  177. YesterdayNewsAscii : String     DEFAULT: "BULLETIN\YESNEWS.TXT"
  178.   This can be used to change the default ANSI/ASCII paths and file names of
  179.   the News Files created by BRE...BRE will automatically and immediately
  180.   write to this file so copying of the files is unnecessary.
  181. ----------------------------------------------------------------------------
  182.  
  183. ----------------------------------------------------------------------------
  184. IPPirateNews : Boolean          DEFAULT: false
  185. LocalPirateNews : Boolean       DEFAULT: true
  186.   This can be used to change the default of adding Pirate News in local vs.
  187.   Inter-Planetary games.  If you'd like Pirate News [which often clogs up
  188.   the news files] in the Inter-Planetary games or would not like Pirate
  189.   News in the Local games, you can change these values.
  190. ----------------------------------------------------------------------------
  191.  
  192. ----------------------------------------------------------------------------
  193. DeletionDays : Integer          DEFAULT: 10
  194.   This parameter allows you to set the # of days before deleting an
  195.   inactive player.
  196. ----------------------------------------------------------------------------
  197.  
  198. ----------------------------------------------------------------------------
  199. MinOutboundTime : Integer       DEFAULT: 0
  200.   This allows you to set the number of HOURS minimum between BRE OUTBOUND's.
  201. ----------------------------------------------------------------------------
  202.  
  203. ----------------------------------------------------------------------------
  204. Status.BackGround : Integer    DEFAULT: 1
  205. Status.Title : Integer         DEFAULT: 15
  206. Status.TopInfo : Integer       DEFAULT: 9
  207. Status.BottomInfo : Integer    DEFAULT: 7
  208. Status.Line : Integer          DEFAULT: 9
  209. Status.Extra : Boolean         DEFAULT: FALSE
  210.   These options allow you to customize your status bar.
  211.   Background:  Color of Background on windows                      (0-7)
  212.   Title:       Color of Game Title [Centered, Top Line            (0-15)
  213.   TopInfo:     Color of all other info on Top Line                 (0-15)
  214.   BottomInfo:  Color of all info on Bottom Line                    (0-15)
  215.   Line:        Color of intermittent "│" lines on Bottom Line      (0-15)
  216.   Extra:       Default Setting of StatusBar Size [Extra information "F2"
  217. ---------------------------------------------------------------------------
  218.  
  219. ---------------------------------------------------------------------------
  220. VGA : Boolean                  DEFAULT: FALSE
  221.   The VGA Option, when set to true, will adjust the colors on your
  222.   monitor if you have a VGA to be a little nicer looking.
  223. ---------------------------------------------------------------------------
  224.  
  225. ----------------------------------------------------------------------------
  226. Diplomacy : Boolean             DEFAULT: TRUE
  227. Messages : Boolean              DEFAULT: TRUE
  228. Trading : Boolean               DEFAULT: TRUE
  229. TradingMarket : Boolean         DEFAULT: TRUE
  230. CovertOps : Boolean             DEFAULT: TRUE
  231. Lottery : Boolean               DEFAULT: TRUE
  232. Macros : Boolean                DEFAULT: TRUE
  233.   These flags let you disable the above features.  They can be used if
  234.   bugs are found in one of them as temporary fixes.  They can also be
  235.   used for things such as Tournament mode and controlled playing.
  236. ----------------------------------------------------------------------------
  237.  
  238. The following is a sample RESOURCE.DAT file which has *some* of the default
  239. values of the parameters:
  240. --------------------------------------------------
  241. LockedBaud                    0
  242. Local                         false
  243. Fossil                        false
  244. Multitasker                   Detect
  245. VGA                           false
  246. BIOS                          false
  247. FoodMarketName                "Food Unlimited"
  248. BankName                      "Crazy Coins Bank"
  249. Diplomacy                     true
  250. Messages                      true
  251. Trading                       true
  252. CovertOps                     true
  253. GameName                      "──═Barren Realms Elite═──"
  254. AnsiScores                    "BULLETIN\SCORES.ANS"
  255. AsciiScores                   "BULLETIN\SCORES.TXT"
  256. TodayNewsAnsi                 "BULLETIN\TDYNEWS.ANS"
  257. YesterdayNewsAnsi             "BULLETIN\YESNEWS.ANS"
  258. TodayNewsAscii                "BULLETIN\TDYNEWS.TXT"
  259. YesterdayNewsAscii            "BULLETIN\YESNEWS.TXT"
  260. ExternalScoresAnsi1           "<various files here>"   [For Files #1 - #9]
  261. ExternalScoresAscii1          "<various files here>"   [For Files #1 - #9]
  262. ExternalScoresName1           "ExternalScores #1"      [For Files #1 - #9]
  263. IPPirateNews                  false
  264. LocalPirateNews               true
  265. Macros                        true
  266. DeletionDays                  10
  267. MinOutboundTime               0
  268. PurgeNetmail                  False
  269. Leader                        "The Queen Royale"
  270. Status.BackGround             1
  271. Status.Title                  11
  272. Status.TopInfo                9
  273. Status.BottomInfo             7
  274. Status.Line                   9
  275. Status.Extra                  false
  276. Lottery                       true
  277. PirateName1                   "Humans"                 [For all Pirates]
  278. PirateColor1                  10                       [For all Pirates]
  279. ReconUpdate                   7
  280. OldestRecon                   5
  281. TimingCheck                   5
  282. --------------------------------------------------
  283.  
  284.  
  285.